github.com/google/go-cmp/cmp.state.curPtrs (field)
8 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L172: curPtrs pointerPath // The current set of visited pointers
compare.go#L191: s.curPtrs.Init()
compare.go#L253: if eq, visited := s.curPtrs.Push(px, py); visited {
compare.go#L257: defer s.curPtrs.Pop(px, py)
compare.go#L517: if eq, visited := s.curPtrs.Push(vx, vy); visited {
compare.go#L521: defer s.curPtrs.Pop(vx, vy)
compare.go#L559: if eq, visited := s.curPtrs.Push(vx, vy); visited {
compare.go#L563: defer s.curPtrs.Pop(vx, vy)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)